insertion sort

英 [ɪnˈsɜːʃn sɔːt] 美 [ɪnˈsɜːrʃn sɔːrt]

网络  插入排序算法; 插入排序; 直接插入排序; 插入排序法; 插入算法

计算机



双语例句

  1. Use of a linear chain to achieve a set of user input data insertion sort.
    利用线性链表实现对用户输入的一组数据进行插入排序。
  2. And in among pondered the use direct insertion sort algorithm carries on the arrangement to the inquiry result.
    并在其中思考利用直接插入排序算法对查询结果进行排序。关键字:录入,查询,修改,排序。
  3. By analyzing the algorithm of traditional binary insertion sort, the author presents an algorithm of binary double insertion sort which will improve the performance of sort about the time complexity.
    在分析了传统二分插入排序算法性能的基础上,给出了一种二分双插入排序算法,这种排序算法使时间性能得到了极大改善。
  4. The Discussion of Study of the Insertion Sort Algorithm of Filing According the Precision
    与精度归档插入排序算法研究的商榷
  5. Insertion sort or bubble sort?
    插入排序还是冒泡排序?
  6. Sorting is very important in programming, and there are many methods, such as bubble sort, selection sort, insertion sort, etc.
    排序是程序设计中非常重要的内容,其方法有很多,常用的有三种:冒泡排序、选择排序和插入排序。
  7. Then the efficiency of the insertion sort and merging sort algorithms are analyzed by means of entropy, and it is pointed out that when the length of the series is larger than 4, any sorting algorithm based on direct comparison requires more comparisons than the lower bound.
    然后利用信息熵原理分析了插入排序和归并排序的效率,指出当序列长度大于4时,任何直接插入排序的比较次数大于理论下界。
  8. It sorts uniform data efficiently within O ( N) time but degrades to the inefficient O ( N 2) insertion sort when handling extremely-nonuniform data.
    但对极不均匀数据则退化成低效的O(N2)插入排序。
  9. Four-way Insertion Sort Method
    4路插入排序法
  10. A Group of Multi-insertion Sort Algorithm
    多插入排序算法族
  11. A New Method of 2-Way Insertion Sort
    一种新的2-路插入排序算法
  12. This paper analyzes the method of 2-way insertion sort in detail with a new method of 2-way insertion sort and its realization.
    详细分析2-路插入排序算法,给出了一种改进的2-路插入排序算法及其实现。
  13. To speed up computation, we use Quick Sort algorithm and Insertion Sort algorithm instead of usually used Heap Sort algorithm.
    在最小走时节点查寻中,结合使用快速排序算法与插入排序算法,替代以往方法中多采用的堆排序算法;
  14. Designing an Algorithm of Two Order Insertion Sort
    两趟插入排序算法设计
  15. The asymptotic time complexity and better space complexity of this method of insertion sort are better than original ones.
    这种插入排序算法不论时间复杂度还是空间复杂度,相对原2-路插入排序算法都有较好的改善。
  16. Through a comparison and an evaluation of the three sorting algorithms of the selection sort, the bubble sort and the insertion sort, we can see which is the best.
    通过对选择排序、起泡排序和插入排序等三种排序法的比较与评价,得出较优的排序法。
  17. By the characteristic of data structure in this thesis, insertion sort is used and improved in the algorithm.
    根据所用数据结构的特点,算法中用了插入排序的思想并对其进行了改进,以降低时间上的开销。